facebook_launch_offerwall(url)
参数 描述 url The URL of your facebook currency definition.
String(字符串)
This implementation enables your app to open a Facebook dialog containing an interactive list of advertiser offers. For further information see FaceBook Developers - Offers With Payments.
注意: this function will only work with the HTML5 target module.
if mouse_check_button_pressed(mb_left)
{
facebook_launch_offerwall("http://facebook.com/game/payments");
}
The above code checks for a mouse press and if one is detected it takes the user to the FaceBook offerwall page.